home *** CD-ROM | disk | FTP | other *** search
/ Sigcat Software Showcase 1992 / SIGCat Software Showcase 1992 - CD-ROM Strategies.ISO / ref_tek / text / install.dat < prev    next >
Encoding:
Text File  |  1992-03-02  |  1.6 KB  |  97 lines

  1.  
  2.  
  3. @DefineProject
  4.     @Name       = "SIGCAT Demo"
  5.     @Version    = "2.00"
  6.     @OutDrive   = C
  7.     @Group      = ""
  8.     @SUBDIR     = "\\SIG_TEXT"  
  9. @EndProject
  10.  
  11. @Display
  12.   @Cls
  13.  
  14.   This program will install @Name Version @Version
  15.   on your computer system and verify the integrity of the distribution
  16.   CD. You may press the [Esc] key at any time to abort the installation
  17.  
  18.   INSTALL will ask you several questions about your computer hardware
  19.   and where to install the product. Each question has a default answer.
  20.  
  21.  
  22.  
  23.   @Pause
  24. @EndDisplay
  25.  
  26. @GetOutDrive
  27.   @Suppress A
  28.   @Suppress B
  29.   @Cls
  30.  
  31.   On which disk drive do you wish to install @Name?
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.   Use the [Up Arrow], [Down Arrow], [Pg Up], & [Pg Dn] keys to move the
  49.   bar to the disk drive you wish to install to and then press the
  50.   [Enter] key.
  51. @EndOutDrive
  52.  
  53. @Display
  54.    @If (@DiskFree @OutDrive < 2300000 )
  55.  
  56.  
  57.      There is not enough room on Drive @OutDrive to install
  58.      @Name @Version. 2.3Mb (2300000 bytes) are required;  only
  59.      @DiskFree @OutDrive bytes are current available.
  60.  
  61.      Exiting program...
  62.  
  63.      @Pause
  64.      @Abort
  65.    @Endif
  66.  
  67. @EndDisplay
  68.  
  69. @SetConfig
  70.     @AskOverwrite
  71.  
  72.     @Files = 30
  73.     @Buffers = 20
  74.  
  75. @EndConfig
  76.  
  77. @FINISH
  78.  
  79.    @MkDir ("@OutDrive:@Subdir")
  80.    @SYSTEM "@InDrive:\\REF_TEK\\TEXT\\SIG_TEXT -x @OutDrive:@Subdir *.*"
  81.  
  82.    @CHDRIVE @OutDrive
  83.    @CHDIR "@Subdir"
  84.  
  85. @CLS
  86.  
  87.     No errors were detected during installation.
  88.  
  89.     Installation is now complete.
  90.  
  91.    @PAUSE
  92.    @CLS
  93.  
  94. @EndFinish
  95.  
  96. /* end-of-file */
  97.